.error-input {
  border-color: #dc3545 !important;
}
.error-input:focus {
  box-shadow: 0 0 0 0.2rem rgb(252 227 227 / 25%) !important;
}
/* error overwrite */
.validation-invalid-label:before,
.validation-valid-label:before {
  font-size: 13px !important;
}
.validation-invalid-label,
.validation-valid-label {
  font-size: 13px;
  padding-right: 1.2rem !important;
}
img.header-logo{
  /*width: 230px;*/
  max-width: 80px;
  height: auto;
}
.page-header {
    margin-top: 25px;
}
@media (min-width: 1400px) {
    .larger-container {
        max-width: 1336px;
    }
}
@media (min-width: 1600px) {
    .larger-container {
        max-width: 1520px;
    }
}
#mobile
@media (max-width: 767px) {
    img.header-logo{
        max-width: 125px;
    }
}
.pswp__img {
    object-fit: contain !important
}


.sticky-call-btn {
    z-index: 10000;
    position: fixed;
    bottom: 20px;
    color: white;
    right: 20px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loader {
    border: 6px solid #d4d4d4; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
